OnQueryTextListener

Callbacks for changes to the query text.

Functions

Link copied to clipboard
abstract fun onQueryTextChange(newText: String): Boolean
Called when the query text is changed by the user.
Link copied to clipboard
abstract fun onQueryTextSubmit(query: String): Boolean
Called when the user submits the query.